home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Comm / AmiTCP30b2.lha / src / amitcp / protos / netinet / tcp_output_protos.h < prev    next >
Encoding:
Text File  |  1993-03-05  |  152 b   |  9 lines

  1. /* Prototypes for functions defined in
  2. tcp_output.c
  3.  */
  4.  
  5. int tcp_output(register struct tcpcb * tp);
  6.  
  7. void tcp_setpersist(register struct tcpcb * tp);
  8.  
  9.